home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / TELHO100.ZIP / Telhous2.REF < prev    next >
Text File  |  1997-08-11  |  598b  |  36 lines

  1. @#START
  2. @do moveback
  3. @datanewday telhous2.idf
  4. @dataload telhous2.idf &playernum `p20
  5. @if `p20 is 1 then do
  6.  @begin
  7.   @do goto NOMORE
  8.  @end
  9. @offmap
  10. @Clear Screen
  11. @Do `v01 is 1
  12. @Choice
  13. I want to go to Greentree city for free!!
  14. Forget it, maybe later!
  15. @IF Responce is 1 then do
  16.  @begin
  17.   @Clear Screen
  18.   @do write
  19.   You feel a strange wind in your face!
  20.   @do x is 72
  21.   @do y is 6
  22.   @do map is 148
  23.  @end
  24.  @Loadmap &map
  25. @end
  26. @datasave telhous2.idf &playernum 1
  27. @key bottom
  28. @drawmap
  29. @update
  30. @closescript   
  31. @#NOMORE
  32. @do saybar
  33. You have been here today!!
  34. @Closescript
  35.  
  36.